home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / accounts / pfroi24.arj / GRFX2.DOC < prev    next >
Text File  |  1989-08-02  |  4KB  |  133 lines

  1. _
  2.  
  3.  
  4.  
  5.  
  6.             Grfx - An Educational Program
  7.           Copyright (c) 1984, 89, Techserve, Inc.
  8.  
  9.  1.0  Introduction
  10.  
  11.  Grfx is an educational program to plot mathmatical functions of
  12.  the form "Y = F(x)".  F(x) may be any expression involving:
  13.  
  14.   x or X - The independent variable on the horizontal axis
  15.      of the plot.
  16.  
  17.  Any integer or decimal constant, e.g. "3" or "4.56".
  18.  
  19.  Arithmetical operators - (+, -, *, /) where * = multiply
  20.      and  / = divide.
  21.  
  22.  Trigonometric operators - (Sin, Cos, Tan).
  23.  
  24.  Power Operator - ( ^ ).  E.g. 2^3 = 8.
  25.  
  26.  Ln - The Natural Logrithm operator. E.g.  Ln(5*x).
  27.  
  28.  Exp - Natural Exponential Operator. E.g.  Exp(x).
  29.  
  30.  You must have a CGA graphics card in your PC to use Grfx.
  31.  
  32.  
  33.  2.0  Starting Grfx
  34.  
  35.  Start Grfx by keying in "Grfx2"<Enter> when you are logged onto the
  36.  drive containing GRFX2.EXE.  Note the introductory message
  37.  containing a brief summary of the available commands.  After
  38.  reading, hit any key to move on to the main Grfx screen.
  39.  
  40.  
  41.  3.0  Entering a Function
  42.  
  43.  The first step in using Grfx is to enter the function you wish
  44.  to plot.  To do this, depress the "Alt" key and "F" key simul-
  45.  taneously to enter the "FunctionEdit" mode.  This mode permits
  46.  you to key in your function on the bottom line of the screen.
  47.  Note the non-blinking cursor to the right of the equal sign.
  48.  
  49.  You may now key in your function.  Try the following:
  50.  
  51.        (X/2) + 2.1415*Sin(3*x)
  52.  
  53.  You may use the horizontal arrow keys on the keypad to move the
  54.  cursor, and may use the backspace key to delete characters.  The
  55.  "Del" key also deletes any characters to the right of the cursor.
  56.  
  57.  When you have finished entering the function, hit the "Return"
  58.  key.  This tells Grfx to go back to the main mode.  Note that
  59.  you don't have to be at the last character.  After hitting the
  60.  "Return" key, note that the Alt-Key command summary reappears
  61.  on the top line, indicating the main mode.
  62.  
  63.  
  64.  
  65.  
  66.  
  67. _
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  4.0  Plotting a Function
  76.  
  77.  To plot the function just entered, depress Alt-P.  The function
  78.  is then plotted on the screen, provided it is within the scale
  79.  range of the graph.  An error message is displayed if the func-
  80.  tion contains an illegal expression,  . . . hitting any key
  81.  returns the "FunctionEdit" mode to allow error correction.
  82.  
  83.  
  84.  5.0  Changing Scale
  85.  
  86.  If the function you wish to plot is best viewed using a differ-
  87.  ent scale, the scale may be changed using the Scale function.
  88.  
  89.  Depress Alt-S.  Note the prompt on the top line to choose a
  90.  scale from 0 to 4.  The zero scale ranges from -1 to +1.  The
  91.  4 scale ranges from -10000 to +10000.  The default scale is 1.
  92.  
  93.  Selecting a new scale does not destroy a previously entered
  94.  function.  However, it does clear any previous plot.  To
  95.  re-plot,  simply press Alt-P.
  96.  
  97.  
  98.  6.0  Changing Colors
  99.  
  100.  If you have a color monitor, display colors may be changed by
  101.  keying Alt-L.  Note the following prompt on the top line:
  102.  
  103.   Select :  F)oreground  B)ackground  Esc
  104.  
  105.  The foreground and background selections will toggle foreground
  106.  and background colors.  (Background is inactive on CGA displays.)
  107.  
  108.  
  109.  7.0  Clearing Plots
  110.  
  111.  Grfx plots new functions over old plots unless you first clear
  112.  the old plots.  This may be done using Alt-C.  Note that the
  113.  clear operation also clears any existing function, . . . so be
  114.  sure to "Clear" before entering a new function if you don't
  115.  want to overplot an old function.
  116.  
  117.  
  118.  8.0  Back to DOS  - Alt-Q returns you to DOS.
  119.  
  120.  
  121.  9.0  GrFx2
  122.  
  123.  GrFx2 is an enhanced version of Grfx, revised in 1989.
  124.  Added features include support of Hercules, EGA and VGA
  125.  displays, and output to 9-pin Epson type printers.
  126.  (Alt-O command).
  127.  
  128.  
  129.  
  130.  
  131.  
  132. _
  133.